Writes the specified array.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WriteFloatArray ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteFloatArray( _ |
The array to write.
The name of the element under which the array should be written.
The name of the XML elements under which the individual array values will be written.
The parent element of the newly created node.
See Also